home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00169.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  185 b   |  7 lines

  1. on mouseUp
  2.   global savenum, savename, installpath, inmovie
  3.   savenum = the clickOn - 5
  4.   savename = the text of field ("save" & the clickOn - 5)
  5.   go(1, installpath & "saves.dir")
  6. end
  7.